From: Timm Bäder Date: Fri, 31 Dec 2021 09:42:07 +0000 (+0100) Subject: baseline = -1 means no baseline X-Git-Tag: archive/raspbian/4.6.5+ds-1+rpi1~1^2~61^2^2~136^2~1 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=2b062d60f2f02d825ffc55c3355b670be89ef212;p=gtk4.git baseline = -1 means no baseline Fixes #4385 --- diff --git a/gtk/gtksizerequest.c b/gtk/gtksizerequest.c index 7c34c7757c..637a705f87 100644 --- a/gtk/gtksizerequest.c +++ b/gtk/gtksizerequest.c @@ -461,9 +461,9 @@ gtk_widget_query_size_for_orientation (GtkWidget *widget, * @minimum: (out) (optional): location to store the minimum size * @natural: (out) (optional): location to store the natural size * @minimum_baseline: (out) (optional): location to store the baseline - * position for the minimum size + * position for the minimum size, or -1 to report no baseline * @natural_baseline: (out) (optional): location to store the baseline - * position for the natural size + * position for the natural size, or -1 to report no baseline * * Measures @widget in the orientation @orientation and for the given @for_size. *